Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out CI and deployment pipelines #212

Closed
wants to merge 1 commit into from

Conversation

samuelhwilliams
Copy link
Contributor

Change description

This should do a few things:

  1. Make it easier to see only the pipeline runs that are doing actual deployments to environments. Currently these are intermingled with CI test runs.

  2. Disable the DB migrations check on the deployment pipeline. This check is used for CI only, because in some situations we might expect (and want) it to fail.

This should do a few things:

1) Make it easier to see only the pipeline runs that are doing actual
deployments to environments. Currently these are intermingled with CI
test runs.

2) Disable the DB migrations check on the deployment pipeline. This
check is used for CI only, because in some situations we might expect
(and want) it to fail.
Copy link

sonarqubecloud bot commented Feb 4, 2025

@samuelhwilliams
Copy link
Contributor Author

Put this up as an option for unblocking @srh-sloan on #208, which can't be deployed because we (intentionally) don't have migrations that cover all of the python model changes.

We're going to do a deploy-with-downtime to get past this and then will regroup to fix our pipeline so that we can intentionally deploy without having up-to-date migrations (we need this in cases where we're removing columns, which should be done across multiple deployments).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant